[index]
Message Box Special Container
Syntax
[the] message [box] or
[the] msg [box]
Description
The message box special container places a value into the Oracle Media Object's Message Box.
Only the first line of whatever you put into the Message Box is used; any additional lines are discarded. The first line can be of any length and can therefore extend off the screen.
Examples
Create a button and type the following into the script of the button:
on mouseUp
put "Hello, world!" into the message box
end mouseUp
This text has been mechanically extracted from the Oracle Media Objects 1.0.4.9 MediaTalk Reference, © 1995 Oracle Corporation, and is provided here solely for educational/historical purposes.